﻿/*transition*/
.theme_list li img,.theme_list li span,.hotHouse_list li img{
    -webkit-transition:-webkit-transform 1s;
    -moz-transition:-moz-transform 1s;
    transition: transform 1s;
}
.theme_list li a:hover img,.theme_list li a:hover span,.hotHouse_list li a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.bannerCon{
    height: 530px;
}
.banner{
    position: relative;
    z-index: 1;
}
.swiper-container {
    width: 100%;
    height: 530px;
    z-index: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.swiper-slide img{
    text-align: center;
    height: 100%;
}
.swiper-container .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
    background: url("../img/opacity20.png") repeat;
    z-index: 1;
}
.banner-button-next,.banner-button-prev{
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 10000;
    background-image: url("../img/whiteBtn.png");
    cursor: pointer;
    display: none;
}
.banner-button-next:hover,.banner-button-prev:hover{
    background-image: url("../img/whiteBtnh.png");
}
.banner-button-next{
    right: 5%;
    background-position: -35px 0px;
}
.banner-button-prev{
    left: 5%;
    background-position: 0 0;
}
/*瀵艰埅*/
/*.nav.index_nav{*/
    /*/!*background: url("../img/nav_bg.png") repeat-x;*!/*/
    /*width: 1180px;*/
    /*padding: 15px 0;*/
    /*height: 50px;*/
/*}*/
/*.index_nav .nav_left{*/
    /*display: inline-block;*/
    /*padding-top: 12px;*/
/*}*/
/*.index_nav .nav_logo{*/
    /*display: inline-block;*/
    /*width: 100px;*/
    /*height: 30px;*/
    /*float: left;*/
/*}*/
/*.index_nav .nav_logo img{*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/
/*.index_nav .nav_address{*/
    /*display: inline-block;*/
    /*float: left;*/
/*}*/
/*.index_nav .nav_address_default{*/
    /*position: relative;*/
    /*background-color:rgba(255,255,255,0.8);*/
    /*height: 16px;*/
    /*padding: 7px 13px;*/
    /*line-height: 16px;*/
    /*border-radius: 16px;*/
    /*text-indent: 16px;*/
    /*cursor: pointer;*/
    /*color: #191919;*/
    /*font-size: 12px;*/
/*}*/
/*.index_nav .nav_address_default i{*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 7px;*/
    /*left: 11px;*/
    /*width: 13px;*/
    /*height: 16px;*/
    /*background: url("../img/icon_address.png") no-repeat;*/
/*}*/
/*.index_nav .nav_right{*/
    /*display: inline-block;*/
    /*float: right;*/
    /*height: 40px;*/
    /*margin-top: 5px;*/
/*}*/
/*.index_nav .nav_right a{*/
    /*font-size: 16px;*/
    /*color: #fcfcfc;*/
    /*margin-right: 70px;*/
    /*line-height: 40px;*/
    /*display: inline-block;*/
    /*padding-bottom: 0;*/
/*}*/
/*.index_nav .nav_right a.active{*/
    /*border-bottom: 2px solid #ffffff;*/
    /*color: #ffffff !important;*/
/*}*/
/*.index_nav .nav_right a:nth-last-child(1){*/
    /*margin-right: 0px;*/
/*}*/
/*.index_nav .nav_right a:hover{*/
    /*text-decoration: none !important;*/
    /*border-bottom: 2px solid #ffffff;*/
    /*color: #ffffff !important;*/
/*}*/
/*鎼滅储*/
.indexSearch{
    width: 848px;
    margin: 0 auto;
    position: absolute;
    bottom: 93px;
    left: 166px;
    height: 107px;
}
.indexSearch_con{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    width: 848px;
    height: 60px;
    font-size: 16px;
    display: inline-block;
}
.indexSearch_open{
    float: left;
    display: inline-block;
    width: 143px;
    height: 60px;
    line-height: 60px;
    text-indent: 27px;
    border-right: 1px solid #cccccc;
    background: url("../img/s_r.png") 110px no-repeat;
    cursor: pointer;
}
.open.indexSearch_con .indexSearch_open{
    background: url("../img/s_l.png") 110px no-repeat;
}
.indexSearch_list{
    /*width: 464px;*/
    display: none;
    height: 60px;
}
/*涓嬫媺閫夋嫨*/
.indexSearch_list .select{
    /*padding: 0 42px 0 18px;*/
    width: 112px;
    display: inline-block;
    color: #787878;
    background: url("../img/line.png") no-repeat;
    background-position:111px 24px;
    height: 60px;
    float: left;
}
.indexSearch_list .select .choose_con{
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 20px;
    color: #0f0f0f;
    padding: 20px 0;
}
.indexSearch_list .select .choose_con .choose{
    display: inline-block;
    max-width: 89px;
    height: 20px;
    overflow: hidden;
}
.indexSearch_list .select .choose_con i{
    display: inline-block;
    width:11px;
    height: 12px;
    background: url("../img/down_s.png") no-repeat;
    margin-left: 5px;
}
.indexSearch_list .select .choose_con.cur i{
    background: url("../img/up_s.png") no-repeat;
}
.indexSearch_list .chooseCon{
    width: 111px;
    height: 194px;
    padding-top: 15px;
    left: -1px;
    position: absolute;
    top: 36px;
    display: none;
}
.indexSearch_list .chooseList{
    width:111px;
    /*top: 48px;*/
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);*/
    height: 180px;
    overflow: hidden;
    /*left: -5px;*/
    display: block;
}
.indexSearch_list .chooseList ul{
    color: #adadad;
    text-align: left;
}
.indexSearch_list .chooseList ul li{
    display: block;
    width: 90px;
    padding: 12px 0 12px 20px;
    /*height: 30px;*/
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
}
.indexSearch_list .chooseList ul li:hover{
    color: #1c8fff;
}
.indexSearch_input{
    width:552px;
    /*width: 178px;*/
    padding: 20px 0;
}
.open.indexSearch_con .indexSearch_input{
    width: 210px;
}
/*.indexSearch_input.open{*/
    /*width: 150px;*/
/*}*/
.indexSearch_input input{
    font-size: 16px;
    /*color: rgba(15, 15, 15, 0.2);*/
    text-indent: 30px;
    display: block;
    width: 100%;
}
.indexSearch_input input:focus{
    color: #333333;
}
.indexSearch_btn{
    float: right;
}
.indexSearch_btn .bgcolorblue{
    float: left;
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.indexSearch_title{
    display: inline-block;
}
.indexSearch_title span,.indexSearch_title a{
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.indexSearch_title a:hover{
    text-decoration: underline;
}

/*灏廱anner*/
.theme{
    background: #f5f8fa;
    padding: 30px 0;
    height: 170px;
    text-align: center;
}
.theme_list{
    width: 1180px;
    margin: 0 auto;
    display:block;
}
.theme_list li{
    float: left;
    display: inline-block;
    margin-right:20px;
}
.theme_list li:nth-last-child(1){
    margin-right: 0;
}
.theme .theme_link{
    width: 280px;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.theme .theme_link .theme_link_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 170px;
    line-height: 180px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0,0.3);
}
a.theme_link:hover{
    color: #ffffff;
    text-decoration: none !important;
}
/*.theme1{*/
    /*background: url("../img/theme1.png") no-repeat;*/
/*}*/
/*.theme2{*/
    /*background: url("../img/theme2.png") no-repeat;*/
/*}*/
/*.theme3{*/
    /*background: url("../img/theme3.png") no-repeat;*/
/*}*/
/*.theme4{*/
    /*background: url("../img/theme4.png") no-repeat;*/
/*}*/
/*鐑崠妤肩洏*/
.hotHouse_title{
    width: 190px;
    margin: 0 auto;
    padding: 70px 0 50px 0;
    /* margin-left: 35% */
}
.hotHouse_title .hotHouse_title_theme{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    border-left: 6px solid #1c8fff;
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: inherit;
}
.hotHouse_title .color888{
    font-size: 16px;
    padding-left: 10px;
}
.hotHouse_list{
    display: inline-block;
    width: 1200px;
}
.hotHouse_list li{
    position: relative;
    width: 280px;
    height: 290px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
a.hotHouse_listImg:hover{
    color: #ffffff;
}
a.hotHouse_listImg:hover::after{
    color: rgba(255,255,255,0.3) !important;
}
.hotHouse_listImg{
    display: block;
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.hotHouse_listImg img{
    display: block;
    width: 280px;
    height: 210px;
}
.hotHouse_listB{
    /*background: url("../img/txt_bg.png")repeat-x;*/
    /*height: 30px;*/
    /*width: 260px;*/
    /*padding: 80px 10px 0 10px ;*/
    position: absolute;
    top: 186px;
    left: 4px;
    color: #ffffff;
    text-align: right;
}
.hotHouse_listB span{
    display: block;
    height: 19px;
    line-height: 18px;
    font-size: 12px;
    background-color: rgba(0, 0, 0,0.4);
    padding: 0 8px;
    border-radius: 9px;
    float: left;
    margin-right: 5px;
	color:#aaaaaa;
}
.hotHouse_listName{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 14px;
}
.hotHouse_listName a{
    color: #1a1a1a;
    /*border-left: 4px solid #0aa3e9;*/
    /*text-indent: 10px;*/
    display: inline-block;
    width: 240px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}
.hotHouse_listName a:hover{
    color: #1a1a1a !important;
}
.hotHouse_listName .address{
    width: 100px;
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
}
.hotHouse_listPrice{
    margin-top: 7px;
}
.hotHouse_listPrice .address{
    display: inline-block;
    width: 60%;
    overflow: hidden;
    line-height: 30px;
}
.hotHouse_more {
    display: block !important;
    width: 240px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 60px;
}
.hotHouse_more:hover{
    color: #ffffff;
    text-decoration: none !important;
}
/*澶存潯*/
.headlines{
    background: #f5f8fa;
}
.headlines_title{
    padding-top: 62px;
    font-size: 30px;
    text-align: center;
    font-weight: inherit;
}
.headlinesList{
    float: left;
    height: 240px;
    width: 550px;
    padding: 45px 80px 0 0;
}
.headlinesList_line{
    display: block;
    width: 40px;
    height: 3px;
    background: #1c8fff;
    margin-bottom: 15px;
}
.headlinesList_title{
    color: #1b1b1b;
    font-size: 25px;
    line-height: 36px;
}
.headlinesList_title a{
    display: block;
    height: 80px;
    overflow: hidden;
    line-height: 40px;
    /*font-weight: 600;*/
    letter-spacing: 1px;
}
.headlinesList_title a:hover{
    color: #1c8fff;
    text-decoration: inherit !important;
}
.headlinesList_txt{
    color: #878787;
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 10px 0;
    height: 90px;
    overflow: hidden;
}
.headlinesList_txtMore{
    font-size: 16px;
    color: #888888;
}
.headlinesList_listMore{
    display: inline-block;
    width: 100%;
    padding: 38px 0;
}
.headlinesList_listMore a{
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #ffffff;
    top: 2207px;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #888888;
    float: right;
}
.headlinesList_listMore a:hover{
    border: 1px solid #1c8fff;
    color: #1c8fff;
}
/*鏂版埧琛屾儏*/
.quotation{
    display: block;
    width: 100%;
    height: 420px;
    margin: 0 auto;
    background: url("../img/quotation_bg.png") center no-repeat;
    background-size: 100% 100%
}
.quotation .quotationCon{
    width: 1300px;
    margin: 0 auto;
}
.quotation_title{
    font-size: 34px;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 60px 0 45px 0;
    letter-spacing: 2px;
}
.quotation_con{
    display: inline-block;
    margin-left: 100px;
}
.quotation_con_list{
    display: inline-block;
    float:left;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255,0.1);
    background-color: rgba(255, 255, 255, 0.102);
    width: 294px;
    height: 178px;
    margin-right: 100px;
}
.quotation_con_list span{
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.quotation_con_list span.top{
    font-size: 60px;
}
.quotation_con_list span.bottom{
    font-size: 20px;
    margin-top: 10px;
}
/*ad*/
.ad{
    width: 1200px;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 60px;
}
.ad_list{
    display: inline-block;
    width: 580px;
    height: 270px;
    margin: 0 20px 20px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    float: left;
}
/*a.ad_list:hover{*/
    /*text-decoration: none !important;*/
/*}*/
/*.ad_list span{*/
    /*color: #ffffff;*/
    /*display: block;*/
    /*margin-left: 30px;*/
    /*letter-spacing: 1px;*/
/*}*/
/*.ad_list img{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
/*}*/
/*.adA{*/
    /*font-size: 40px;*/
    /*margin-top: 40px;*/
/*}*/
/*.adB{*/
    /*width: 35px;*/
    /*height: 2px;*/
    /*background: #ffffff;*/
    /*display: block;*/
    /*margin: 20px 0;*/
/*}*/
/*.adC{*/
    /*font-size: 23px;*/
    /*margin-bottom: 15px;*/
/*}*/
/*.adD{*/
    /*font-size: 23px;*/
/*}*/
/*.adD i{*/
    /*font-size: 30px;*/
/*}*/








